home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / tsfltb18.zip / TSFLTB.NWS < prev    next >
Text File  |  1995-02-20  |  5KB  |  93 lines

  1. News on the TSFLTB customizable filter package in reverse order
  2. ===============================================================
  3.  
  4. University of Vaasa, Finland, Linux Pentium garbo.uwasa.fi has a
  5. large collection of PD and shareware PC programs available by
  6. anonymous ftp and mail server. The file /pc/ts/0news-ts contains
  7. news about the TS-programs in the /pc/ts directory (in reverse
  8. order). This text, which you now have, is an extract from the
  9. 0news-ts file.
  10. ..................................................................
  11. Prof. Timo Salmi      Co-moderator of comp.archives.msdos.announce
  12. Moderating at garbo.uwasa.fi anonymous FTP archives  193.166.120.5
  13. Department of Accounting and Business Finance; University of Vaasa
  14. Internet: ts@uwasa.fi   BBS +(358)-61-3170972; FIN-65101,  Finland
  15. ..................................................................
  16.  
  17. Fri 17-Feb-95: I have made an update
  18.  garbo.uwasa.fi:/pc/ts/tsfltb18.zip
  19.  Easily customizable general filters, for text or binary.
  20. I received a truly exemplary bug report with test material from
  21. Peter C. Broekhuizen pcb@cs.utwente.nl about FILGEN.EXE "General
  22. user-configurable filter". In brief, if one wished to substitute and
  23. expression like "ij" with something else, the substitution did not
  24. work if the program encountered the sequence "iij". Hopefully got it
  25. corrected. I have included into the update Peter's bug report for
  26. others to see how really good feedback is done.
  27.  
  28. Mon 7-Feb-94: I recently released updates of my filters, but
  29. unfortunately several bugs were still found in the switches both by
  30. helpful users and myself. Hence I have updated the tsfltb collection
  31. again. It is now tsfltb17.zip. The following corrections and
  32. improvements have been made to FILBIN.EXE and FILTXT.EXE.
  33. - Corrected the /f force overwrites of existing files. It worked
  34.   only for files with the same name as the original.
  35. - Corrected the /k keep date option. It took its cues from the
  36.   translation table, not from the original file.
  37. - Added file date to the output message, which gives the directory
  38.   entry for the original and filtered file.
  39. Honestly, there are so many possible combinations of translations
  40. and switches that I cannot guarantee that everything would now have
  41. been corrected. That would require a more extensive beta testing
  42. than I have time for.
  43.  
  44. Tue 25-Jan-94: I have updated my user definable filters for binary
  45. and text files to be garbo.uwasa.fi:/pc/ts/tsfltb16.zip by adding a
  46. /f switch (force overwrite if source = destination) to the following
  47. individual programs. My thanks to Antti Virjo avirjo@tays.fi for the
  48. suggestion.
  49.   FILBIN.EXE  "General filter for binary files"
  50.   FILTXT.EXE  "General filter for text files"
  51. Also added
  52.   FILE_ID.DIZ "Brief characterization of tsfltb"
  53.  
  54. Thu 30-Jan-92: I have updated to garbo.uwasa.fi:/pc/ts/tsfltb15.zip.
  55. It is a collection of filters that you can customize yourself. The
  56. filter FILTXT.EXE for text files and FILBIN.EXE for binary files now
  57. have the following enhancements:
  58. - A new optional keep switch (/k) to make the date/time stamp of the
  59.   destination file the same as that of the source text file.
  60. - To allow the source text file and the destination file be the
  61.   same. In other words the programs can now make the conversion
  62.   without forcing you to produce new files with names different from
  63.   the original.
  64. - The programs first test whether the source file is a proper text
  65.   file with MS-DOS #13#10 eolns, no special characters (#0..#6, #8,
  66.   #11, #14..#25, #28..#31), and no lines exceeding 254 characters in
  67.   length. If not the conversion will not be attempted. This
  68.   naturally goes for FILTXT.EXE only.
  69.  
  70. Wed 7-Aug-91: I have two user configurable filters FILTXT.EXE for
  71. text files, and FILBIN.EXE for binary files. Both take their cues
  72. from a .xlt translation file, which you can edit suit your task. The
  73. format of the .xlt file is e.g.
  74.       10
  75.       13 10
  76. for converting Unix end-of-lines to MS-DOS eols with FILBIN.EXE.
  77.    Both these programs have their limitations, however. FILTXT can
  78. only handle text files. Neither the original nor the filtered rows
  79. may exceed 255 characters. Furthermore, it can't read a file past an
  80. ascii 26 (eof) character.
  81.    FILBIN.EXE is limited by the fact that the from-translation may
  82. only contain one character. FILBIN.EXE cannot handle e.g.
  83.       13 10
  84.       10
  85. A few users have approached me about this asking for a remedy, for
  86. example, to be able to convert word-processor files.
  87.    I have now programmed a more versatile filter FILGEN.EXE, which
  88. lifts this limitation. It is included in an updated filter package
  89. /pc/ts/tsfltb14.arc. The usage of this new filter is Unix like:
  90. FILGEN [TranslationTableFile] [/s] < InputFile > OutputFile The
  91. translation table defaults to filgen.xlt and the program looks for
  92. this file from the current directory, and then through the path.
  93.